home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / AlienCave.swf / scripts / DefineButton2_72 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-04  |  81 b   |  6 lines

  1. on(release){
  2.    _root.score = 0;
  3.    _root.losing = 0;
  4.    gotoAndStop(36);
  5. }
  6.